1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmUserENG
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.components = New System.ComponentModel.Container()
26         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmUserENG))
27         Me.Panel1 = New System.Windows.Forms.Panel()
28         Me.gbSetting = New System.Windows.Forms.GroupBox()
29         Me.GroupBox6 = New System.Windows.Forms.GroupBox()
30         Me.GroupBox8 = New System.Windows.Forms.GroupBox()
31         Me.txtRepeat = New System.Windows.Forms.TextBox()
32         Me.Label10 = New System.Windows.Forms.Label()
33         Me.txtNewpass = New System.Windows.Forms.TextBox()
34         Me.Label8 = New System.Windows.Forms.Label()
35         Me.txtOldpass = New System.Windows.Forms.TextBox()
36         Me.Label3 = New System.Windows.Forms.Label()
37         Me.btnChangepass = New System.Windows.Forms.Button()
38         Me.GroupBox7 = New System.Windows.Forms.GroupBox()
39         Me.Label27 = New System.Windows.Forms.Label()
40         Me.gbViewstock = New System.Windows.Forms.GroupBox()
41         Me.txtViewstoresearch = New System.Windows.Forms.TextBox()
42         Me.btnViewstoresearch = New System.Windows.Forms.Button()
43         Me.Label7 = New System.Windows.Forms.Label()
44         Me.btnViewstorerefresh = New System.Windows.Forms.Button()
45         Me.dgvViewstore = New System.Windows.Forms.DataGridView()
46         Me.gbSale = New System.Windows.Forms.GroupBox()
47         Me.GroupBox1 = New System.Windows.Forms.GroupBox()
48         Me.cbName = New System.Windows.Forms.ComboBox()
49         Me.btnClearaddstock = New System.Windows.Forms.Button()
50         Me.txtInfoaddstock = New System.Windows.Forms.TextBox()
51         Me.btnSaleaddstock = New System.Windows.Forms.Button()
52         Me.Label6 = New System.Windows.Forms.Label()
53         Me.Label5 = New System.Windows.Forms.Label()
54         Me.txtsellpriceaddstock = New System.Windows.Forms.TextBox()
55         Me.Label4 = New System.Windows.Forms.Label()
56         Me.txtquantityaddstock = New System.Windows.Forms.TextBox()
57         Me.Label2 = New System.Windows.Forms.Label()
58         Me.cbcategory = New System.Windows.Forms.ComboBox()
59         Me.Label1 = New System.Windows.Forms.Label()
60         Me.gbHome = New System.Windows.Forms.GroupBox()
61         Me.GroupBox5 = New System.Windows.Forms.GroupBox()
62         Me.btnHomerefresh = New System.Windows.Forms.Button()
63         Me.txthomesearch = New System.Windows.Forms.TextBox()
64         Me.btnhomesearch = New System.Windows.Forms.Button()
65         Me.Label9 = New System.Windows.Forms.Label()
66         Me.gb = New System.Windows.Forms.GroupBox()
67         Me.dgvHome = New System.Windows.Forms.DataGridView()
68         Me.gbHelp = New System.Windows.Forms.GroupBox()
69         Me.btnHelp = New System.Windows.Forms.Button()
70         Me.lblZone = New System.Windows.Forms.Label()
71         Me.btnSettings = New System.Windows.Forms.Button()
72         Me.gbTime = New System.Windows.Forms.GroupBox()
73         Me.lblDate = New System.Windows.Forms.Label()
74         Me.lblTime = New System.Windows.Forms.Label()
75         Me.btnSales = New System.Windows.Forms.Button()
76         Me.niSIS = New System.Windows.Forms.NotifyIcon(Me.components)
77         Me.btnHome = New System.Windows.Forms.Button()
78         Me.PictureBox1 = New System.Windows.Forms.PictureBox()
79         Me.btnLogout = New System.Windows.Forms.Button()
80         Me.TimerDate = New System.Windows.Forms.Timer(Me.components)
81         Me.btnViewstock = New System.Windows.Forms.Button()
82         Me.Panel1.SuspendLayout()
83         Me.gbSetting.SuspendLayout()
84         Me.GroupBox8.SuspendLayout()
85         Me.GroupBox7.SuspendLayout()
86         Me.gbViewstock.SuspendLayout()
87         CType(Me.dgvViewstore, System.ComponentModel.ISupportInitialize).BeginInit()
88         Me.gbSale.SuspendLayout()
89         Me.GroupBox1.SuspendLayout()
90         Me.gbHome.SuspendLayout()
91         Me.GroupBox5.SuspendLayout()
92         Me.gb.SuspendLayout()
93         CType(Me.dgvHome, System.ComponentModel.ISupportInitialize).BeginInit()
94         Me.gbTime.SuspendLayout()
95         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
96         Me.SuspendLayout()
97         
'
98         
'Panel1
99         
'
100         Me.Panel1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
101             Or System.Windows.Forms.AnchorStyles.Left) _
102             Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
103         Me.Panel1.BackColor = System.Drawing.Color.Transparent
104         Me.Panel1.Controls.Add(Me.gbSetting)
105         Me.Panel1.Controls.Add(Me.gbViewstock)
106         Me.Panel1.Controls.Add(Me.gbSale)
107         Me.Panel1.Controls.Add(Me.gbHome)
108         Me.Panel1.Controls.Add(Me.gbHelp)
109         Me.Panel1.Font = New System.Drawing.Font(
"Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
110         Me.Panel1.Location = New System.Drawing.Point(
1, 188)
111         Me.Panel1.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
112         Me.Panel1.Name =
"Panel1"
113         Me.Panel1.Size = New System.Drawing.Size(
980, 470)
114         Me.Panel1.TabIndex =
25
115         
'
116         
'gbSetting
117         
'
118         Me.gbSetting.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
119             Or System.Windows.Forms.AnchorStyles.Left) _
120             Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
121         Me.gbSetting.Controls.Add(Me.GroupBox6)
122         Me.gbSetting.Controls.Add(Me.GroupBox8)
123         Me.gbSetting.Controls.Add(Me.GroupBox7)
124         Me.gbSetting.Font = New System.Drawing.Font(
"Tahoma", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
125         Me.gbSetting.ForeColor = System.Drawing.Color.Moccasin
126         Me.gbSetting.Location = New System.Drawing.Point(
342, 116)
127         Me.gbSetting.Name =
"gbSetting"
128         Me.gbSetting.Size = New System.Drawing.Size(
974, 465)
129         Me.gbSetting.TabIndex =
9
130         Me.gbSetting.TabStop = False
131         Me.gbSetting.Text =
"Settings"
132         
'
133         
'GroupBox6
134         
'
135         Me.GroupBox6.ForeColor = System.Drawing.Color.Moccasin
136         Me.GroupBox6.Location = New System.Drawing.Point(
10, 16)
137         Me.GroupBox6.Name =
"GroupBox6"
138         Me.GroupBox6.Size = New System.Drawing.Size(
541, 218)
139         Me.GroupBox6.TabIndex =
0
140         Me.GroupBox6.TabStop = False
141         Me.GroupBox6.Text =
"About"
142         
'
143         
'GroupBox8
144         
'
145         Me.GroupBox8.Controls.Add(Me.txtRepeat)
146         Me.GroupBox8.Controls.Add(Me.Label10)
147         Me.GroupBox8.Controls.Add(Me.txtNewpass)
148         Me.GroupBox8.Controls.Add(Me.Label8)
149         Me.GroupBox8.Controls.Add(Me.txtOldpass)
150         Me.GroupBox8.Controls.Add(Me.Label3)
151         Me.GroupBox8.Controls.Add(Me.btnChangepass)
152         Me.GroupBox8.ForeColor = System.Drawing.Color.Moccasin
153         Me.GroupBox8.Location = New System.Drawing.Point(
10, 240)
154         Me.GroupBox8.Name =
"GroupBox8"
155         Me.GroupBox8.Size = New System.Drawing.Size(
541, 215)
156         Me.GroupBox8.TabIndex =
2
157         Me.GroupBox8.TabStop = False
158         Me.GroupBox8.Text =
"Change Password"
159         
'
160         
'txtRepeat
161         
'
162         Me.txtRepeat.Font = New System.Drawing.Font(
"Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
163         Me.txtRepeat.Location = New System.Drawing.Point(
154, 101)
164         Me.txtRepeat.Name =
"txtRepeat"
165         Me.txtRepeat.Size = New System.Drawing.Size(
203, 23)
166         Me.txtRepeat.TabIndex =
39
167         Me.txtRepeat.UseSystemPasswordChar = True
168         
'
169         
'Label10
170         
'
171         Me.Label10.AutoSize = True
172         Me.Label10.Location = New System.Drawing.Point(
90, 104)
173         Me.Label10.Name =
"Label10"
174         Me.Label10.Size = New System.Drawing.Size(
60, 16)
175         Me.Label10.TabIndex =
38
176         Me.Label10.Text =
"Repeat:"
177         
'
178         
'txtNewpass
179         
'
180         Me.txtNewpass.Font = New System.Drawing.Font(
"Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
181         Me.txtNewpass.Location = New System.Drawing.Point(
154, 66)
182         Me.txtNewpass.Name =
"txtNewpass"
183         Me.txtNewpass.Size = New System.Drawing.Size(
203, 23)
184         Me.txtNewpass.TabIndex =
37
185         Me.txtNewpass.UseSystemPasswordChar = True
186         
'
187         
'Label8
188         
'
189         Me.Label8.AutoSize = True
190         Me.Label8.Location = New System.Drawing.Point(
43, 69)
191         Me.Label8.Name =
"Label8"
192         Me.Label8.Size = New System.Drawing.Size(
107, 16)
193         Me.Label8.TabIndex =
36
194         Me.Label8.Text =
"New Password:"
195         
'
196         
'txtOldpass
197         
'
198         Me.txtOldpass.Font = New System.Drawing.Font(
"Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
199         Me.txtOldpass.Location = New System.Drawing.Point(
154, 31)
200         Me.txtOldpass.Name =
"txtOldpass"
201         Me.txtOldpass.Size = New System.Drawing.Size(
203, 23)
202         Me.txtOldpass.TabIndex =
35
203         Me.txtOldpass.UseSystemPasswordChar = True
204         
'
205         
'Label3
206         
'
207         Me.Label3.AutoSize = True
208         Me.Label3.Location = New System.Drawing.Point(
50, 34)
209         Me.Label3.Name =
"Label3"
210         Me.Label3.Size = New System.Drawing.Size(
100, 16)
211         Me.Label3.TabIndex =
9
212         Me.Label3.Text =
"Old Password:"
213         
'
214         
'btnChangepass
215         
'
216         Me.btnChangepass.BackgroundImage = Global.Stationary_Information_System.My.Resources.Resources.buttons
217         Me.btnChangepass.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
218         Me.btnChangepass.FlatStyle = System.Windows.Forms.FlatStyle.Flat
219         Me.btnChangepass.Image = Global.Stationary_Information_System.My.Resources.Resources.Untitled_24
220         Me.btnChangepass.Location = New System.Drawing.Point(
156, 155)
221         Me.btnChangepass.Name =
"btnChangepass"
222         Me.btnChangepass.Size = New System.Drawing.Size(
123, 55)
223         Me.btnChangepass.TabIndex =
8
224         Me.btnChangepass.Text =
"Save"
225         Me.btnChangepass.TextAlign = System.Drawing.ContentAlignment.BottomRight
226         Me.btnChangepass.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
227         Me.btnChangepass.UseVisualStyleBackColor = True
228         
'
229         
'GroupBox7
230         
'
231         Me.GroupBox7.Controls.Add(Me.Label27)
232         Me.GroupBox7.ForeColor = System.Drawing.Color.Moccasin
233         Me.GroupBox7.Location = New System.Drawing.Point(
557, 15)
234         Me.GroupBox7.Name =
"GroupBox7"
235         Me.GroupBox7.Size = New System.Drawing.Size(
411, 218)
236         Me.GroupBox7.TabIndex =
1
237         Me.GroupBox7.TabStop = False
238         Me.GroupBox7.Text =
"Software Version"
239         
'
240         
'Label27
241         
'
242         Me.Label27.AutoSize = True
243         Me.Label27.Location = New System.Drawing.Point(
8, 23)
244         Me.Label27.Name =
"Label27"
245         Me.Label27.Size = New System.Drawing.Size(
252, 128)
246         Me.Label27.TabIndex =
0
247         Me.Label27.Text =
"Software Version:" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & " 10.2013.1.1 ENG" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Design Version:" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & " 4.1.1.2013" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Copyrigh" & _
248     
"t © 2013. All rights reserved"
249         
'
250         
'gbViewstock
251         
'
252         Me.gbViewstock.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
253             Or System.Windows.Forms.AnchorStyles.Left) _
254             Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
255         Me.gbViewstock.Controls.Add(Me.txtViewstoresearch)
256         Me.gbViewstock.Controls.Add(Me.btnViewstoresearch)
257         Me.gbViewstock.Controls.Add(Me.Label7)
258         Me.gbViewstock.Controls.Add(Me.btnViewstorerefresh)
259         Me.gbViewstock.Controls.Add(Me.dgvViewstore)
260         Me.gbViewstock.Font = New System.Drawing.Font(
"Tahoma", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
261         Me.gbViewstock.ForeColor = System.Drawing.Color.Moccasin
262         Me.gbViewstock.Location = New System.Drawing.Point(
232, 182)
263         Me.gbViewstock.Name =
"gbViewstock"
264         Me.gbViewstock.Size = New System.Drawing.Size(
977, 460)
265         Me.gbViewstock.TabIndex =
2
266         Me.gbViewstock.TabStop = False
267         Me.gbViewstock.Text =
"View the store"
268         
'
269         
'txtViewstoresearch
270         
'
271         Me.txtViewstoresearch.Font = New System.Drawing.Font(
"Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
272         Me.txtViewstoresearch.Location = New System.Drawing.Point(
226, 399)
273         Me.txtViewstoresearch.Name =
"txtViewstoresearch"
274         Me.txtViewstoresearch.Size = New System.Drawing.Size(
203, 23)
275         Me.txtViewstoresearch.TabIndex =
34
276         
'
277         
'btnViewstoresearch
278         
'
279         Me.btnViewstoresearch.BackgroundImage = CType(resources.GetObject(
"btnViewstoresearch.BackgroundImage"), System.Drawing.Image)
280         Me.btnViewstoresearch.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
281         Me.btnViewstoresearch.Cursor = System.Windows.Forms.Cursors.Hand
282         Me.btnViewstoresearch.Font = New System.Drawing.Font(
"Tahoma", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
283         Me.btnViewstoresearch.ForeColor = System.Drawing.Color.Moccasin
284         Me.btnViewstoresearch.Image = Global.Stationary_Information_System.My.Resources.Resources.Untitled_8
285         Me.btnViewstoresearch.Location = New System.Drawing.Point(
438, 379)
286         Me.btnViewstoresearch.Name =
"btnViewstoresearch"
287         Me.btnViewstoresearch.Size = New System.Drawing.Size(
127, 60)
288         Me.btnViewstoresearch.TabIndex =
33
289         Me.btnViewstoresearch.Text =
"Search"
290         Me.btnViewstoresearch.TextAlign = System.Drawing.ContentAlignment.BottomRight
291         Me.btnViewstoresearch.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
292         Me.btnViewstoresearch.UseVisualStyleBackColor = True
293         
'
294         
'Label7
295         
'
296         Me.Label7.AutoSize = True
297         Me.Label7.BackColor = System.Drawing.Color.Transparent
298         Me.Label7.Font = New System.Drawing.Font(
"Tahoma", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
299         Me.Label7.ForeColor = System.Drawing.Color.Moccasin
300         Me.Label7.Location = New System.Drawing.Point(
154, 402)
301         Me.Label7.Name =
"Label7"
302         Me.Label7.Size = New System.Drawing.Size(
66, 16)
303         Me.Label7.TabIndex =
32
304         Me.Label7.Text =
"Search :"
305         
'
306         
'btnViewstorerefresh
307         
'
308         Me.btnViewstorerefresh.BackgroundImage = CType(resources.GetObject(
"btnViewstorerefresh.BackgroundImage"), System.Drawing.Image)
309         Me.btnViewstorerefresh.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
310         Me.btnViewstorerefresh.Cursor = System.Windows.Forms.Cursors.Hand
311         Me.btnViewstorerefresh.Font = New System.Drawing.Font(
"Tahoma", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
312         Me.btnViewstorerefresh.ForeColor = System.Drawing.Color.Moccasin
313         Me.btnViewstorerefresh.Image = Global.Stationary_Information_System.My.Resources.Resources.refresh
314         Me.btnViewstorerefresh.Location = New System.Drawing.Point(
10, 380)
315         Me.btnViewstorerefresh.Name =
"btnViewstorerefresh"
316         Me.btnViewstorerefresh.Size = New System.Drawing.Size(
127, 60)
317         Me.btnViewstorerefresh.TabIndex =
27
318         Me.btnViewstorerefresh.Text =
"Refresh"
319         Me.btnViewstorerefresh.TextAlign = System.Drawing.ContentAlignment.BottomRight
320         Me.btnViewstorerefresh.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
321         Me.btnViewstorerefresh.UseVisualStyleBackColor = True
322         
'
323         
'dgvViewstore
324         
'
325         Me.dgvViewstore.AllowUserToAddRows = False
326         Me.dgvViewstore.AllowUserToDeleteRows = False
327         Me.dgvViewstore.AllowUserToResizeRows = False
328         Me.dgvViewstore.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
329         Me.dgvViewstore.Cursor = System.Windows.Forms.Cursors.Hand
330         Me.dgvViewstore.Location = New System.Drawing.Point(
7, 20)
331         Me.dgvViewstore.MultiSelect = False
332         Me.dgvViewstore.Name =
"dgvViewstore"
333         Me.dgvViewstore.ReadOnly = True
334         Me.dgvViewstore.RowHeadersVisible = False
335         Me.dgvViewstore.Size = New System.Drawing.Size(
964, 353)
336         Me.dgvViewstore.TabIndex =
26
337         
'
338         
'gbSale
339         
'
340         Me.gbSale.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
341             Or System.Windows.Forms.AnchorStyles.Left) _
342             Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
343         Me.gbSale.Controls.Add(Me.GroupBox1)
344         Me.gbSale.Font = New System.Drawing.Font(
"Tahoma", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
345         Me.gbSale.ForeColor = System.Drawing.Color.Moccasin
346         Me.gbSale.Location = New System.Drawing.Point(
131, 252)
347         Me.gbSale.Name =
"gbSale"
348         Me.gbSale.Size = New System.Drawing.Size(
977, 467)
349         Me.gbSale.TabIndex =
1
350         Me.gbSale.TabStop = False
351         Me.gbSale.Text =
"Sale a product"
352         
'
353         
'GroupBox1
354         
'
355         Me.GroupBox1.Controls.Add(Me.cbName)
356         Me.GroupBox1.Controls.Add(Me.btnClearaddstock)
357         Me.GroupBox1.Controls.Add(Me.txtInfoaddstock)
358         Me.GroupBox1.Controls.Add(Me.btnSaleaddstock)
359         Me.GroupBox1.Controls.Add(Me.Label6)
360         Me.GroupBox1.Controls.Add(Me.Label5)
361         Me.GroupBox1.Controls.Add(Me.txtsellpriceaddstock)
362         Me.GroupBox1.Controls.Add(Me.Label4)
363         Me.GroupBox1.Controls.Add(Me.txtquantityaddstock)
364         Me.GroupBox1.Controls.Add(Me.Label2)
365         Me.GroupBox1.Controls.Add(Me.cbcategory)
366         Me.GroupBox1.Controls.Add(Me.Label1)
367         Me.GroupBox1.Font = New System.Drawing.Font(
"Tahoma", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
368         Me.GroupBox1.ForeColor = System.Drawing.Color.Moccasin
369         Me.GroupBox1.Location = New System.Drawing.Point(
159, 35)
370         Me.GroupBox1.Name =
"GroupBox1"
371         Me.GroupBox1.Size = New System.Drawing.Size(
655, 402)
372         Me.GroupBox1.TabIndex =
4
373         Me.GroupBox1.TabStop = False
374         Me.GroupBox1.Text =
"Sale Informations"
375         
'
376         
'cbName
377         
'
378         Me.cbName.Cursor = System.Windows.Forms.Cursors.Hand
379         Me.cbName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
380         Me.cbName.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
381         Me.cbName.FormattingEnabled = True
382         Me.cbName.Location = New System.Drawing.Point(
268, 35)
383         Me.cbName.Name =
"cbName"
384         Me.cbName.Size = New System.Drawing.Size(
144, 21)
385         Me.cbName.TabIndex =
14
386         
'
387         
'btnClearaddstock
388         
'
389         Me.btnClearaddstock.BackgroundImage = CType(resources.GetObject(
"btnClearaddstock.BackgroundImage"), System.Drawing.Image)
390         Me.btnClearaddstock.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
391         Me.btnClearaddstock.Cursor = System.Windows.Forms.Cursors.Hand
392         Me.btnClearaddstock.ForeColor = System.Drawing.Color.Moccasin
393         Me.btnClearaddstock.Image = Global.Stationary_Information_System.My.Resources.Resources.edit_clear__1_
394         Me.btnClearaddstock.Location = New System.Drawing.Point(
402, 263)
395         Me.btnClearaddstock.Name =
"btnClearaddstock"
396         Me.btnClearaddstock.Size = New System.Drawing.Size(
127, 60)
397         Me.btnClearaddstock.TabIndex =
13
398         Me.btnClearaddstock.Text =
"Clear"
399         Me.btnClearaddstock.TextAlign = System.Drawing.ContentAlignment.BottomRight
400         Me.btnClearaddstock.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
401         Me.btnClearaddstock.UseVisualStyleBackColor = True
402         
'
403         
'txtInfoaddstock
404         
'
405         Me.txtInfoaddstock.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
406         Me.txtInfoaddstock.Location = New System.Drawing.Point(
267, 173)
407         Me.txtInfoaddstock.Multiline = True
408         Me.txtInfoaddstock.Name =
"txtInfoaddstock"
409         Me.txtInfoaddstock.Size = New System.Drawing.Size(
240, 67)
410         Me.txtInfoaddstock.TabIndex =
12
411         
'
412         
'btnSaleaddstock
413         
'
414         Me.btnSaleaddstock.BackgroundImage = Global.Stationary_Information_System.My.Resources.Resources.buttons
415         Me.btnSaleaddstock.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
416         Me.btnSaleaddstock.Cursor = System.Windows.Forms.Cursors.Hand
417         Me.btnSaleaddstock.ForeColor = System.Drawing.Color.Moccasin
418         Me.btnSaleaddstock.Image = Global.Stationary_Information_System.My.Resources.Resources.green_dollar
419         Me.btnSaleaddstock.Location = New System.Drawing.Point(
265, 263)
420         Me.btnSaleaddstock.Name =
"btnSaleaddstock"
421         Me.btnSaleaddstock.Size = New System.Drawing.Size(
127, 60)
422         Me.btnSaleaddstock.TabIndex =
2
423         Me.btnSaleaddstock.Text =
"Sale"
424         Me.btnSaleaddstock.TextAlign = System.Drawing.ContentAlignment.BottomRight
425         Me.btnSaleaddstock.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
426         Me.btnSaleaddstock.UseVisualStyleBackColor = True
427         
'
428         
'Label6
429         
'
430         Me.Label6.AutoSize = True
431         Me.Label6.Font = New System.Drawing.Font(
"Tahoma", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
432         Me.Label6.ForeColor = System.Drawing.Color.Moccasin
433         Me.Label6.Location = New System.Drawing.Point(
102, 173)
434         Me.Label6.Name =
"Label6"
435         Me.Label6.Size = New System.Drawing.Size(
162, 16)
436         Me.Label6.TabIndex =
11
437         Me.Label6.Text =
"Additional Information :"
438         
'
439         
'Label5
440         
'
441         Me.Label5.AutoSize = True
442         Me.Label5.Font = New System.Drawing.Font(
"Tahoma", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
443         Me.Label5.ForeColor = System.Drawing.Color.Moccasin
444         Me.Label5.Location = New System.Drawing.Point(
187, 72)
445         Me.Label5.Name =
"Label5"
446         Me.Label5.Size = New System.Drawing.Size(
77, 16)
447         Me.Label5.TabIndex =
10
448         Me.Label5.Text =
"Category :"
449         
'
450         
'txtsellpriceaddstock
451         
'
452         Me.txtsellpriceaddstock.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
453         Me.txtsellpriceaddstock.Location = New System.Drawing.Point(
267, 140)
454         Me.txtsellpriceaddstock.Name =
"txtsellpriceaddstock"
455         Me.txtsellpriceaddstock.Size = New System.Drawing.Size(
100, 21)
456         Me.txtsellpriceaddstock.TabIndex =
9
457         
'
458         
'Label4
459         
'
460         Me.Label4.AutoSize = True
461         Me.Label4.Font = New System.Drawing.Font(
"Tahoma", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
462         Me.Label4.ForeColor = System.Drawing.Color.Moccasin
463         Me.Label4.Location = New System.Drawing.Point(
170, 140)
464         Me.Label4.Name =
"Label4"
465         Me.Label4.Size = New System.Drawing.Size(
94, 16)
466         Me.Label4.TabIndex =
8
467         Me.Label4.Text =
"Selling Price :"
468         
'
469         
'txtquantityaddstock
470         
'
471         Me.txtquantityaddstock.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
472         Me.txtquantityaddstock.Location = New System.Drawing.Point(
267, 105)
473         Me.txtquantityaddstock.Name =
"txtquantityaddstock"
474         Me.txtquantityaddstock.Size = New System.Drawing.Size(
100, 21)
475         Me.txtquantityaddstock.TabIndex =
5
476         
'
477         
'Label2
478         
'
479         Me.Label2.AutoSize = True
480         Me.Label2.Font = New System.Drawing.Font(
"Tahoma", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
481         Me.Label2.ForeColor = System.Drawing.Color.Moccasin
482         Me.Label2.Location = New System.Drawing.Point(
191, 105)
483         Me.Label2.Name =
"Label2"
484         Me.Label2.Size = New System.Drawing.Size(
73, 16)
485         Me.Label2.TabIndex =
4
486         Me.Label2.Text =
"Quantity :"
487         
'
488         
'cbcategory
489         
'
490         Me.cbcategory.Cursor = System.Windows.Forms.Cursors.Hand
491         Me.cbcategory.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
492         Me.cbcategory.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
493         Me.cbcategory.FormattingEnabled = True
494         Me.cbcategory.Location = New System.Drawing.Point(
267, 71)
495         Me.cbcategory.Name =
"cbcategory"
496         Me.cbcategory.Size = New System.Drawing.Size(
144, 21)
497         Me.cbcategory.TabIndex =
1
498         
'
499         
'Label1
500         
'
501         Me.Label1.AutoSize = True
502         Me.Label1.Font = New System.Drawing.Font(
"Tahoma", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
503         Me.Label1.ForeColor = System.Drawing.Color.Moccasin
504         Me.Label1.Location = New System.Drawing.Point(
212, 36)
505         Me.Label1.Name =
"Label1"
506         Me.Label1.Size = New System.Drawing.Size(
52, 16)
507         Me.Label1.TabIndex =
0
508         Me.Label1.Text =
"Name :"
509         
'
510         
'gbHome
511         
'
512         Me.gbHome.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
513             Or System.Windows.Forms.AnchorStyles.Left) _
514             Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
515         Me.gbHome.BackgroundImage = CType(resources.GetObject(
"gbHome.BackgroundImage"), System.Drawing.Image)
516         Me.gbHome.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
517         Me.gbHome.Controls.Add(Me.GroupBox5)
518         Me.gbHome.Controls.Add(Me.gb)
519         Me.gbHome.Font = New System.Drawing.Font(
"Tahoma", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
520         Me.gbHome.ForeColor = System.Drawing.Color.Moccasin
521         Me.gbHome.Location = New System.Drawing.Point(
16, 313)
522         Me.gbHome.Name =
"gbHome"
523         Me.gbHome.Size = New System.Drawing.Size(
974, 465)
524         Me.gbHome.TabIndex =
0
525         Me.gbHome.TabStop = False
526         Me.gbHome.Text =
"Home"
527         
'
528         
'GroupBox5
529         
'
530         Me.GroupBox5.BackgroundImage = Global.Stationary_Information_System.My.Resources.Resources.buttons
531         Me.GroupBox5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
532         Me.GroupBox5.Controls.Add(Me.btnHomerefresh)
533         Me.GroupBox5.Controls.Add(Me.txthomesearch)
534         Me.GroupBox5.Controls.Add(Me.btnhomesearch)
535         Me.GroupBox5.Controls.Add(Me.Label9)
536         Me.GroupBox5.Font = New System.Drawing.Font(
"Tahoma", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
537         Me.GroupBox5.ForeColor = System.Drawing.Color.Moccasin
538         Me.GroupBox5.Location = New System.Drawing.Point(
6, 338)
539         Me.GroupBox5.Name =
"GroupBox5"
540         Me.GroupBox5.Size = New System.Drawing.Size(
470, 123)
541         Me.GroupBox5.TabIndex =
8
542         Me.GroupBox5.TabStop = False
543         Me.GroupBox5.Text =
"Search News"
544         
'
545         
'btnHomerefresh
546         
'
547         Me.btnHomerefresh.BackgroundImage = CType(resources.GetObject(
"btnHomerefresh.BackgroundImage"), System.Drawing.Image)
548         Me.btnHomerefresh.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
549         Me.btnHomerefresh.Cursor = System.Windows.Forms.Cursors.Hand
550         Me.btnHomerefresh.Font = New System.Drawing.Font(
"Tahoma", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
551         Me.btnHomerefresh.ForeColor = System.Drawing.Color.Moccasin
552         Me.btnHomerefresh.Image = Global.Stationary_Information_System.My.Resources.Resources.refresh
553         Me.btnHomerefresh.Location = New System.Drawing.Point(
278, 57)
554         Me.btnHomerefresh.Name =
"btnHomerefresh"
555         Me.btnHomerefresh.Size = New System.Drawing.Size(
127, 60)
556         Me.btnHomerefresh.TabIndex =
8
557         Me.btnHomerefresh.Text =
"Refresh"
558         Me.btnHomerefresh.TextAlign = System.Drawing.ContentAlignment.BottomRight
559         Me.btnHomerefresh.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
560         Me.btnHomerefresh.UseVisualStyleBackColor = True
561         
'
562         
'txthomesearch
563         
'
564         Me.txthomesearch.Font = New System.Drawing.Font(
"Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
565         Me.txthomesearch.Location = New System.Drawing.Point(
134, 20)
566         Me.txthomesearch.Name =
"txthomesearch"
567         Me.txthomesearch.Size = New System.Drawing.Size(
203, 23)
568         Me.txthomesearch.TabIndex =
2
569         
'
570         
'btnhomesearch
571         
'
572         Me.btnhomesearch.BackgroundImage = CType(resources.GetObject(
"btnhomesearch.BackgroundImage"), System.Drawing.Image)
573         Me.btnhomesearch.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
574         Me.btnhomesearch.Cursor = System.Windows.Forms.Cursors.Hand
575         Me.btnhomesearch.Font = New System.Drawing.Font(
"Tahoma", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
576         Me.btnhomesearch.ForeColor = System.Drawing.Color.Moccasin
577         Me.btnhomesearch.Image = Global.Stationary_Information_System.My.Resources.Resources.Untitled_8
578         Me.btnhomesearch.Location = New System.Drawing.Point(
134, 57)
579         Me.btnhomesearch.Name =
"btnhomesearch"
580         Me.btnhomesearch.Size = New System.Drawing.Size(
127, 60)
581         Me.btnhomesearch.TabIndex =
1
582         Me.btnhomesearch.Text =
"Search"
583         Me.btnhomesearch.TextAlign = System.Drawing.ContentAlignment.BottomRight
584         Me.btnhomesearch.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
585         Me.btnhomesearch.UseVisualStyleBackColor = True
586         
'
587         
'Label9
588         
'
589         Me.Label9.AutoSize = True
590         Me.Label9.BackColor = System.Drawing.Color.Transparent
591         Me.Label9.Font = New System.Drawing.Font(
"Tahoma", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
592         Me.Label9.ForeColor = System.Drawing.Color.Moccasin
593         Me.Label9.Location = New System.Drawing.Point(
62, 23)
594         Me.Label9.Name =
"Label9"
595         Me.Label9.Size = New System.Drawing.Size(
66, 16)
596         Me.Label9.TabIndex =
0
597         Me.Label9.Text =
"Search :"
598         
'
599         
'gb
600         
'
601         Me.gb.BackgroundImage = CType(resources.GetObject(
"gb.BackgroundImage"), System.Drawing.Image)
602         Me.gb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
603         Me.gb.Controls.Add(Me.dgvHome)
604         Me.gb.Font = New System.Drawing.Font(
"Tahoma", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
605         Me.gb.ForeColor = System.Drawing.Color.Moccasin
606         Me.gb.Location = New System.Drawing.Point(
6, 16)
607         Me.gb.Name =
"gb"
608         Me.gb.Size = New System.Drawing.Size(
968, 316)
609         Me.gb.TabIndex =
0
610         Me.gb.TabStop = False
611         Me.gb.Text =
"Breaking News"
612         
'
613         
'dgvHome
614         
'
615         Me.dgvHome.AllowUserToAddRows = False
616         Me.dgvHome.AllowUserToDeleteRows = False
617         Me.dgvHome.AllowUserToResizeRows = False
618         Me.dgvHome.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
619         Me.dgvHome.Cursor = System.Windows.Forms.Cursors.Hand
620         Me.dgvHome.Dock = System.Windows.Forms.DockStyle.Fill
621         Me.dgvHome.Location = New System.Drawing.Point(
3, 19)
622         Me.dgvHome.Name =
"dgvHome"
623         Me.dgvHome.ReadOnly = True
624         Me.dgvHome.RowHeadersVisible = False
625         Me.dgvHome.Size = New System.Drawing.Size(
962, 294)
626         Me.dgvHome.TabIndex =
27
627         
'
628         
'gbHelp
629         
'
630         Me.gbHelp.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
631             Or System.Windows.Forms.AnchorStyles.Left) _
632             Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
633         Me.gbHelp.Font = New System.Drawing.Font(
"Tahoma", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
634         Me.gbHelp.ForeColor = System.Drawing.Color.Moccasin
635         Me.gbHelp.Location = New System.Drawing.Point(
431, 5)
636         Me.gbHelp.Name =
"gbHelp"
637         Me.gbHelp.Size = New System.Drawing.Size(
977, 465)
638         Me.gbHelp.TabIndex =
10
639         Me.gbHelp.TabStop = False
640         Me.gbHelp.Text =
"Help"
641         
'
642         
'btnHelp
643         
'
644         Me.btnHelp.Anchor = System.Windows.Forms.AnchorStyles.None
645         Me.btnHelp.BackgroundImage = CType(resources.GetObject(
"btnHelp.BackgroundImage"), System.Drawing.Image)
646         Me.btnHelp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
647         Me.btnHelp.Cursor = System.Windows.Forms.Cursors.Hand
648         Me.btnHelp.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
649         Me.btnHelp.ForeColor = System.Drawing.Color.Moccasin
650         Me.btnHelp.Image = Global.Stationary_Information_System.My.Resources.Resources.question1
651         Me.btnHelp.Location = New System.Drawing.Point(
517, 109)
652         Me.btnHelp.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
653         Me.btnHelp.Name =
"btnHelp"
654         Me.btnHelp.Size = New System.Drawing.Size(
127, 77)
655         Me.btnHelp.TabIndex =
24
656         Me.btnHelp.Text =
"Help"
657         Me.btnHelp.TextAlign = System.Drawing.ContentAlignment.BottomRight
658         Me.btnHelp.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
659         Me.btnHelp.UseVisualStyleBackColor = True
660         
'
661         
'lblZone
662         
'
663         Me.lblZone.AutoSize = True
664         Me.lblZone.BackColor = System.Drawing.Color.Transparent
665         Me.lblZone.Font = New System.Drawing.Font(
"Tahoma", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
666         Me.lblZone.ForeColor = System.Drawing.Color.Moccasin
667         Me.lblZone.Location = New System.Drawing.Point(
6, 81)
668         Me.lblZone.Name =
"lblZone"
669         Me.lblZone.Size = New System.Drawing.Size(
70, 16)
670         Me.lblZone.TabIndex =
2
671         Me.lblZone.Text =
"Loading..."
672         
'
673         
'btnSettings
674         
'
675         Me.btnSettings.Anchor = System.Windows.Forms.AnchorStyles.None
676         Me.btnSettings.BackgroundImage = CType(resources.GetObject(
"btnSettings.BackgroundImage"), System.Drawing.Image)
677         Me.btnSettings.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
678         Me.btnSettings.Cursor = System.Windows.Forms.Cursors.Hand
679         Me.btnSettings.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
680         Me.btnSettings.ForeColor = System.Drawing.Color.Moccasin
681         Me.btnSettings.Image = Global.Stationary_Information_System.My.Resources.Resources.Untitled_23
682         Me.btnSettings.Location = New System.Drawing.Point(
388, 109)
683         Me.btnSettings.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
684         Me.btnSettings.Name =
"btnSettings"
685         Me.btnSettings.Size = New System.Drawing.Size(
127, 77)
686         Me.btnSettings.TabIndex =
23
687         Me.btnSettings.Text =
"Setting"
688         Me.btnSettings.TextAlign = System.Drawing.ContentAlignment.BottomRight
689         Me.btnSettings.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
690         Me.btnSettings.UseVisualStyleBackColor = True
691         
'
692         
'gbTime
693         
'
694         Me.gbTime.Anchor = System.Windows.Forms.AnchorStyles.None
695         Me.gbTime.BackgroundImage = Global.Stationary_Information_System.My.Resources.Resources.buttons
696         Me.gbTime.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
697         Me.gbTime.Controls.Add(Me.lblZone)
698         Me.gbTime.Controls.Add(Me.lblDate)
699         Me.gbTime.Controls.Add(Me.lblTime)
700         Me.gbTime.Font = New System.Drawing.Font(
"Tahoma", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
701         Me.gbTime.ForeColor = System.Drawing.Color.Moccasin
702         Me.gbTime.Location = New System.Drawing.Point(
759, 0)
703         Me.gbTime.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
704         Me.gbTime.Name =
"gbTime"
705         Me.gbTime.Padding = New System.Windows.Forms.Padding(
3, 4, 3, 4)
706         Me.gbTime.Size = New System.Drawing.Size(
222, 108)
707         Me.gbTime.TabIndex =
26
708         Me.gbTime.TabStop = False
709         Me.gbTime.Text =
"Time and Date"
710         
'
711         
'lblDate
712         
'
713         Me.lblDate.AutoSize = True
714         Me.lblDate.BackColor = System.Drawing.Color.Transparent
715         Me.lblDate.Font = New System.Drawing.Font(
"Tahoma", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
716         Me.lblDate.ForeColor = System.Drawing.Color.Moccasin
717         Me.lblDate.Location = New System.Drawing.Point(
6, 55)
718         Me.lblDate.Name =
"lblDate"
719         Me.lblDate.Size = New System.Drawing.Size(
70, 16)
720         Me.lblDate.TabIndex =
1
721         Me.lblDate.Text =
"Loading..."
722         
'
723         
'lblTime
724         
'
725         Me.lblTime.AutoSize = True
726         Me.lblTime.BackColor = System.Drawing.Color.Transparent
727         Me.lblTime.Font = New System.Drawing.Font(
"Tahoma", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
728         Me.lblTime.ForeColor = System.Drawing.Color.Moccasin
729         Me.lblTime.Location = New System.Drawing.Point(
6, 17)
730         Me.lblTime.Name =
"lblTime"
731         Me.lblTime.Size = New System.Drawing.Size(
146, 33)
732         Me.lblTime.TabIndex =
0
733         Me.lblTime.Text =
"Loading..."
734         
'
735         
'btnSales
736         
'
737         Me.btnSales.Anchor = System.Windows.Forms.AnchorStyles.None
738         Me.btnSales.BackgroundImage = CType(resources.GetObject(
"btnSales.BackgroundImage"), System.Drawing.Image)
739         Me.btnSales.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
740         Me.btnSales.Cursor = System.Windows.Forms.Cursors.Hand
741         Me.btnSales.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
742         Me.btnSales.ForeColor = System.Drawing.Color.Moccasin
743         Me.btnSales.Image = Global.Stationary_Information_System.My.Resources.Resources.dollars
744         Me.btnSales.Location = New System.Drawing.Point(
129, 109)
745         Me.btnSales.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
746         Me.btnSales.Name =
"btnSales"
747         Me.btnSales.Size = New System.Drawing.Size(
127, 77)
748         Me.btnSales.TabIndex =
22
749         Me.btnSales.Text =
"Sale "
750         Me.btnSales.TextAlign = System.Drawing.ContentAlignment.BottomRight
751         Me.btnSales.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
752         Me.btnSales.UseVisualStyleBackColor = True
753         
'
754         
'niSIS
755         
'
756         Me.niSIS.Icon = CType(resources.GetObject(
"niSIS.Icon"), System.Drawing.Icon)
757         Me.niSIS.Text =
"Stationary Information System"
758         Me.niSIS.Visible = True
759         
'
760         
'btnHome
761         
'
762         Me.btnHome.Anchor = System.Windows.Forms.AnchorStyles.None
763         Me.btnHome.BackgroundImage = Global.Stationary_Information_System.My.Resources.Resources.buttons
764         Me.btnHome.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
765         Me.btnHome.Cursor = System.Windows.Forms.Cursors.Hand
766         Me.btnHome.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
767         Me.btnHome.ForeColor = System.Drawing.Color.Moccasin
768         Me.btnHome.Image = Global.Stationary_Information_System.My.Resources.Resources.Untitled_15
769         Me.btnHome.Location = New System.Drawing.Point(
0, 109)
770         Me.btnHome.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
771         Me.btnHome.Name =
"btnHome"
772         Me.btnHome.Size = New System.Drawing.Size(
127, 77)
773         Me.btnHome.TabIndex =
16
774         Me.btnHome.Text =
"Home"
775         Me.btnHome.TextAlign = System.Drawing.ContentAlignment.BottomRight
776         Me.btnHome.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
777         Me.btnHome.UseVisualStyleBackColor = True
778         
'
779         
'PictureBox1
780         
'
781         Me.PictureBox1.Anchor = System.Windows.Forms.AnchorStyles.None
782         Me.PictureBox1.Image = CType(resources.GetObject(
"PictureBox1.Image"), System.Drawing.Image)
783         Me.PictureBox1.Location = New System.Drawing.Point(-
86, 0)
784         Me.PictureBox1.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
785         Me.PictureBox1.Name =
"PictureBox1"
786         Me.PictureBox1.Size = New System.Drawing.Size(
950, 108)
787         Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
788         Me.PictureBox1.TabIndex =
15
789         Me.PictureBox1.TabStop = False
790         
'
791         
'btnLogout
792         
'
793         Me.btnLogout.Anchor = System.Windows.Forms.AnchorStyles.None
794         Me.btnLogout.BackgroundImage = CType(resources.GetObject(
"btnLogout.BackgroundImage"), System.Drawing.Image)
795         Me.btnLogout.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
796         Me.btnLogout.Cursor = System.Windows.Forms.Cursors.Hand
797         Me.btnLogout.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
798         Me.btnLogout.ForeColor = System.Drawing.Color.Moccasin
799         Me.btnLogout.Image = Global.Stationary_Information_System.My.Resources.Resources.Untitled_12
800         Me.btnLogout.Location = New System.Drawing.Point(
646, 109)
801         Me.btnLogout.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
802         Me.btnLogout.Name =
"btnLogout"
803         Me.btnLogout.Size = New System.Drawing.Size(
127, 77)
804         Me.btnLogout.TabIndex =
27
805         Me.btnLogout.Text =
"Logout"
806         Me.btnLogout.TextAlign = System.Drawing.ContentAlignment.BottomRight
807         Me.btnLogout.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
808         Me.btnLogout.UseVisualStyleBackColor = True
809         
'
810         
'TimerDate
811         
'
812         Me.TimerDate.Interval =
500
813         
'
814         
'btnViewstock
815         
'
816         Me.btnViewstock.Anchor = System.Windows.Forms.AnchorStyles.None
817         Me.btnViewstock.BackgroundImage = CType(resources.GetObject(
"btnViewstock.BackgroundImage"), System.Drawing.Image)
818         Me.btnViewstock.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
819         Me.btnViewstock.Cursor = System.Windows.Forms.Cursors.Hand
820         Me.btnViewstock.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
821         Me.btnViewstock.ForeColor = System.Drawing.Color.Moccasin
822         Me.btnViewstock.Image = Global.Stationary_Information_System.My.Resources.Resources.shopping_cart
823         Me.btnViewstock.Location = New System.Drawing.Point(
259, 109)
824         Me.btnViewstock.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
825         Me.btnViewstock.Name =
"btnViewstock"
826         Me.btnViewstock.Size = New System.Drawing.Size(
127, 77)
827         Me.btnViewstock.TabIndex =
11
828         Me.btnViewstock.Text =
"View Store"
829         Me.btnViewstock.TextAlign = System.Drawing.ContentAlignment.BottomRight
830         Me.btnViewstock.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
831         Me.btnViewstock.UseVisualStyleBackColor = True
832         
'
833         
'frmUserENG
834         
'
835         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
836         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
837         Me.BackgroundImage = Global.Stationary_Information_System.My.Resources.Resources.buttons
838         Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
839         Me.ClientSize = New System.Drawing.Size(
981, 658)
840         Me.Controls.Add(Me.btnViewstock)
841         Me.Controls.Add(Me.Panel1)
842         Me.Controls.Add(Me.btnHelp)
843         Me.Controls.Add(Me.btnSettings)
844         Me.Controls.Add(Me.gbTime)
845         Me.Controls.Add(Me.btnSales)
846         Me.Controls.Add(Me.btnHome)
847         Me.Controls.Add(Me.PictureBox1)
848         Me.Controls.Add(Me.btnLogout)
849         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
850         Me.Name =
"frmUserENG"
851         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
852         Me.Text =
"Stationary Information System"
853         Me.Panel1.ResumeLayout(False)
854         Me.gbSetting.ResumeLayout(False)
855         Me.GroupBox8.ResumeLayout(False)
856         Me.GroupBox8.PerformLayout()
857         Me.GroupBox7.ResumeLayout(False)
858         Me.GroupBox7.PerformLayout()
859         Me.gbViewstock.ResumeLayout(False)
860         Me.gbViewstock.PerformLayout()
861         CType(Me.dgvViewstore, System.ComponentModel.ISupportInitialize).EndInit()
862         Me.gbSale.ResumeLayout(False)
863         Me.GroupBox1.ResumeLayout(False)
864         Me.GroupBox1.PerformLayout()
865         Me.gbHome.ResumeLayout(False)
866         Me.GroupBox5.ResumeLayout(False)
867         Me.GroupBox5.PerformLayout()
868         Me.gb.ResumeLayout(False)
869         CType(Me.dgvHome, System.ComponentModel.ISupportInitialize).EndInit()
870         Me.gbTime.ResumeLayout(False)
871         Me.gbTime.PerformLayout()
872         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
873         Me.ResumeLayout(False)
874
875     End Sub
876     Friend WithEvents Panel1 As System.Windows.Forms.Panel
877     Friend WithEvents gbSetting As System.Windows.Forms.GroupBox
878     Friend WithEvents GroupBox7 As System.Windows.Forms.GroupBox
879     Friend WithEvents Label27 As System.Windows.Forms.Label
880     Friend WithEvents GroupBox6 As System.Windows.Forms.GroupBox
881     Friend WithEvents gbViewstock As System.Windows.Forms.GroupBox
882     Friend WithEvents txtViewstoresearch As System.Windows.Forms.TextBox
883     Friend WithEvents btnViewstoresearch As System.Windows.Forms.Button
884     Friend WithEvents Label7 As System.Windows.Forms.Label
885     Friend WithEvents btnViewstorerefresh As System.Windows.Forms.Button
886     Friend WithEvents dgvViewstore As System.Windows.Forms.DataGridView
887     Friend WithEvents gbHome As System.Windows.Forms.GroupBox
888     Friend WithEvents GroupBox5 As System.Windows.Forms.GroupBox
889     Friend WithEvents txthomesearch As System.Windows.Forms.TextBox
890     Friend WithEvents btnhomesearch As System.Windows.Forms.Button
891     Friend WithEvents Label9 As System.Windows.Forms.Label
892     Friend WithEvents gb As System.Windows.Forms.GroupBox
893     Friend WithEvents dgvHome As System.Windows.Forms.DataGridView
894     Friend WithEvents gbSale As System.Windows.Forms.GroupBox
895     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
896     Friend WithEvents btnClearaddstock As System.Windows.Forms.Button
897     Friend WithEvents txtInfoaddstock As System.Windows.Forms.TextBox
898     Friend WithEvents btnSaleaddstock As System.Windows.Forms.Button
899     Friend WithEvents Label6 As System.Windows.Forms.Label
900     Friend WithEvents Label5 As System.Windows.Forms.Label
901     Friend WithEvents txtsellpriceaddstock As System.Windows.Forms.TextBox
902     Friend WithEvents Label4 As System.Windows.Forms.Label
903     Friend WithEvents txtquantityaddstock As System.Windows.Forms.TextBox
904     Friend WithEvents Label2 As System.Windows.Forms.Label
905     Friend WithEvents cbcategory As System.Windows.Forms.ComboBox
906     Friend WithEvents Label1 As System.Windows.Forms.Label
907     Friend WithEvents gbHelp As System.Windows.Forms.GroupBox
908     Friend WithEvents btnHelp As System.Windows.Forms.Button
909     Friend WithEvents lblZone As System.Windows.Forms.Label
910     Friend WithEvents btnSettings As System.Windows.Forms.Button
911     Friend WithEvents gbTime As System.Windows.Forms.GroupBox
912     Friend WithEvents lblDate As System.Windows.Forms.Label
913     Friend WithEvents lblTime As System.Windows.Forms.Label
914     Friend WithEvents btnSales As System.Windows.Forms.Button
915     Friend WithEvents niSIS As System.Windows.Forms.NotifyIcon
916     Friend WithEvents btnHome As System.Windows.Forms.Button
917     Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
918     Friend WithEvents btnLogout As System.Windows.Forms.Button
919     Friend WithEvents TimerDate As System.Windows.Forms.Timer
920     Friend WithEvents btnHomerefresh As System.Windows.Forms.Button
921     Friend WithEvents btnViewstock As System.Windows.Forms.Button
922     Friend WithEvents GroupBox8 As System.Windows.Forms.GroupBox
923     Friend WithEvents btnChangepass As System.Windows.Forms.Button
924     Friend WithEvents txtRepeat As System.Windows.Forms.TextBox
925     Friend WithEvents Label10 As System.Windows.Forms.Label
926     Friend WithEvents txtNewpass As System.Windows.Forms.TextBox
927     Friend WithEvents Label8 As System.Windows.Forms.Label
928     Friend WithEvents txtOldpass As System.Windows.Forms.TextBox
929     Friend WithEvents Label3 As System.Windows.Forms.Label
930     Friend WithEvents cbName As System.Windows.Forms.ComboBox
931 End Class


Gõ tìm kiếm nhanh...